home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / whatis.arc / README next >
Encoding:
Text File  |  1987-10-24  |  451 b   |  17 lines

  1.  
  2. WhatIs ???   -   by Scott Sirovy
  3.  
  4. Will do simple calculations from DOS.  These are the available operators:
  5.  
  6.                     Addition  +
  7.                  Subtraction  -
  8.               Multiplication  *
  9.                     Division  /
  10.                 Exponentials  ^
  11.                  Percentages  %
  12.  
  13. Ex:
  14.  
  15. To multiply 9 by 5, you would type:  whatis 9 * 5 <RET>.
  16. Or to add 25.231 and 32342.59 type:  whatis 25.231 + 32342.59 <RET>.
  17.